Saml2AssertionKeyIdentifierClause 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Saml2AssertionKeyIdentifierClause 클래스의 새 인스턴스를 초기화합니다.
오버로드
Saml2AssertionKeyIdentifierClause(String) |
지정된 ID에 대한 Saml2AssertionKeyIdentifierClause 클래스의 새 인스턴스를 초기화합니다. |
Saml2AssertionKeyIdentifierClause(String, Byte[], Int32) |
지정된 ID, nonce 및 키 크기에 대한 Saml2AssertionKeyIdentifierClause 클래스의 새 인스턴스를 초기화합니다. |
Saml2AssertionKeyIdentifierClause(String)
지정된 ID에 대한 Saml2AssertionKeyIdentifierClause 클래스의 새 인스턴스를 초기화합니다.
public:
Saml2AssertionKeyIdentifierClause(System::String ^ assertionId);
public:
Saml2AssertionKeyIdentifierClause(System::String ^ id);
public Saml2AssertionKeyIdentifierClause (string assertionId);
public Saml2AssertionKeyIdentifierClause (string id);
new System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause : string -> System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause
new System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause : string -> System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause
Public Sub New (assertionId As String)
Public Sub New (id As String)
매개 변수
- assertionIdid
- String
예외
id
이 null
또는 빈 문자열인 경우
적용 대상
Saml2AssertionKeyIdentifierClause(String, Byte[], Int32)
지정된 ID, nonce 및 키 크기에 대한 Saml2AssertionKeyIdentifierClause 클래스의 새 인스턴스를 초기화합니다.
public:
Saml2AssertionKeyIdentifierClause(System::String ^ id, cli::array <System::Byte> ^ derivationNonce, int derivationLength);
public Saml2AssertionKeyIdentifierClause (string id, byte[] derivationNonce, int derivationLength);
new System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause : string * byte[] * int -> System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause
Public Sub New (id As String, derivationNonce As Byte(), derivationLength As Integer)
매개 변수
- id
- String
만들 절을 정의하는 ID입니다.
- derivationNonce
- Byte[]
파생 키를 만드는 데 사용된 nonce를 포함하는 Byte의 배열입니다. GetDerivationNonce() 메서드에서 반환되는 값을 설정합니다.
- derivationLength
- Int32
파생 키의 크기입니다. DerivationLength 속성의 값을 설정합니다.
예외
id
이 null
또는 빈 문자열인 경우
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET