SecurityContextKeyIdentifierClause 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SecurityContextKeyIdentifierClause 클래스의 새 인스턴스를 초기화합니다.
오버로드
SecurityContextKeyIdentifierClause(UniqueId) |
지정한 컨텍스트 식별자를 사용하여 SecurityContextKeyIdentifierClause 클래스의 새 인스턴스를 초기화합니다. |
SecurityContextKeyIdentifierClause(UniqueId, UniqueId) |
지정한 컨텍스트 식별자 및 생성을 사용하여 SecurityContextKeyIdentifierClause 클래스의 새 인스턴스를 초기화합니다. |
SecurityContextKeyIdentifierClause(UniqueId, UniqueId, Byte[], Int32) |
지정된 값을 사용하여 SecurityContextKeyIdentifierClause 클래스의 새 인스턴스를 초기화합니다. |
SecurityContextKeyIdentifierClause(UniqueId)
지정한 컨텍스트 식별자를 사용하여 SecurityContextKeyIdentifierClause 클래스의 새 인스턴스를 초기화합니다.
public:
SecurityContextKeyIdentifierClause(System::Xml::UniqueId ^ contextId);
public SecurityContextKeyIdentifierClause (System.Xml.UniqueId contextId);
new System.ServiceModel.Security.SecurityContextKeyIdentifierClause : System.Xml.UniqueId -> System.ServiceModel.Security.SecurityContextKeyIdentifierClause
Public Sub New (contextId As UniqueId)
매개 변수
- contextId
- UniqueId
보안 컨텍스트의 고유 ID입니다.
설명
매개 변수에 대한 자세한 내용은 contextId
를 ContextId 참조하세요.
적용 대상
SecurityContextKeyIdentifierClause(UniqueId, UniqueId)
지정한 컨텍스트 식별자 및 생성을 사용하여 SecurityContextKeyIdentifierClause 클래스의 새 인스턴스를 초기화합니다.
public:
SecurityContextKeyIdentifierClause(System::Xml::UniqueId ^ contextId, System::Xml::UniqueId ^ generation);
public SecurityContextKeyIdentifierClause (System.Xml.UniqueId contextId, System.Xml.UniqueId generation);
new System.ServiceModel.Security.SecurityContextKeyIdentifierClause : System.Xml.UniqueId * System.Xml.UniqueId -> System.ServiceModel.Security.SecurityContextKeyIdentifierClause
Public Sub New (contextId As UniqueId, generation As UniqueId)
매개 변수
설명
매개 변수에 대한 자세한 내용은 contextId
를 ContextId 참조하세요.
매개 변수에 대한 자세한 내용은 generation
를 KeyGeneration 참조하세요.
적용 대상
SecurityContextKeyIdentifierClause(UniqueId, UniqueId, Byte[], Int32)
지정된 값을 사용하여 SecurityContextKeyIdentifierClause 클래스의 새 인스턴스를 초기화합니다.
public:
SecurityContextKeyIdentifierClause(System::Xml::UniqueId ^ contextId, System::Xml::UniqueId ^ generation, cli::array <System::Byte> ^ derivationNonce, int derivationLength);
public SecurityContextKeyIdentifierClause (System.Xml.UniqueId contextId, System.Xml.UniqueId generation, byte[] derivationNonce, int derivationLength);
new System.ServiceModel.Security.SecurityContextKeyIdentifierClause : System.Xml.UniqueId * System.Xml.UniqueId * byte[] * int -> System.ServiceModel.Security.SecurityContextKeyIdentifierClause
Public Sub New (contextId As UniqueId, generation As UniqueId, derivationNonce As Byte(), derivationLength As Integer)
매개 변수
- contextId
- UniqueId
식별자 절에서 컨텍스트 ID 부분입니다.
- generation
- UniqueId
식별자 절에서 생성 부분입니다.
- derivationNonce
- Byte[]
토큰을 파생하는 데 사용된 nonce("number used once")입니다.
- derivationLength
- Int32
파생되는 키의 길이입니다.
설명
derivationNonce
및 derivationLength
는 암시적 파생 키에 사용됩니다. 이는 보내는 쪽에서만 지원됩니다.