Participants.Primary プロパティ

定義

発行されるトークンのプライマリ ユーザーを取得または設定します。

public:
 property System::IdentityModel::Protocols::WSTrust::EndpointReference ^ Primary { System::IdentityModel::Protocols::WSTrust::EndpointReference ^ get(); void set(System::IdentityModel::Protocols::WSTrust::EndpointReference ^ value); };
public System.IdentityModel.Protocols.WSTrust.EndpointReference Primary { get; set; }
member this.Primary : System.IdentityModel.Protocols.WSTrust.EndpointReference with get, set
Public Property Primary As EndpointReference

プロパティ値

トークンのプライマリ ユーザーのアドレスを含む EndpointReference。 これは wst:Primary 要素の内容です。

適用対象