다음을 통해 공유


KeyInfoX509Data.AddSubjectKeyId 메서드

정의

SKI(주체 키 식별자)를 KeyInfoX509Data 개체에 추가합니다.

오버로드

AddSubjectKeyId(Byte[])

지정된 SKI(주체 키 식별자) 바이트 배열을 KeyInfoX509Data 개체에 추가합니다.

AddSubjectKeyId(String)

지정된 SKI(주체 키 식별자) 문자열을 KeyInfoX509Data 개체에 추가합니다.

설명

주체 키 식별자 Ski ()는 특정 공개 키를 포함 하는 인증서를 식별 하는 약식 방법입니다.

AddSubjectKeyId(Byte[])

Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs

지정된 SKI(주체 키 식별자) 바이트 배열을 KeyInfoX509Data 개체에 추가합니다.

public:
 void AddSubjectKeyId(cli::array <System::Byte> ^ subjectKeyId);
public void AddSubjectKeyId (byte[] subjectKeyId);
member this.AddSubjectKeyId : byte[] -> unit
Public Sub AddSubjectKeyId (subjectKeyId As Byte())

매개 변수

subjectKeyId
Byte[]

KeyInfoX509Data 개체에 추가할 SKI(주체 키 식별자)를 나타내는 바이트 배열입니다.

설명

주체 키 식별자 Ski ()는 특정 공개 키를 포함 하는 인증서를 식별 하는 방법입니다.

적용 대상

AddSubjectKeyId(String)

Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs

지정된 SKI(주체 키 식별자) 문자열을 KeyInfoX509Data 개체에 추가합니다.

public:
 void AddSubjectKeyId(System::String ^ subjectKeyId);
public void AddSubjectKeyId (string subjectKeyId);
[System.Runtime.InteropServices.ComVisible(false)]
public void AddSubjectKeyId (string subjectKeyId);
member this.AddSubjectKeyId : string -> unit
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.AddSubjectKeyId : string -> unit
Public Sub AddSubjectKeyId (subjectKeyId As String)

매개 변수

subjectKeyId
String

KeyInfoX509Data 개체에 추가할 SKI(주체 키 식별자)를 나타내는 문자열입니다.

특성

설명

주체 키 식별자 Ski ()는 특정 공개 키를 포함 하는 인증서를 식별 하는 약식 방법입니다.

적용 대상