다음을 통해 공유


Pkcs12SafeContents.AddSecret(Oid, ReadOnlyMemory<Byte>) 메서드

정의

새로운 Pkcs12SecretBag를 통해 지정된 형식 식별자를 사용하는 ASN.1 BER로 인코딩된 값을 SafeContents에 추가하고 새로 만든 모음 인스턴스를 반환합니다.

public:
 System::Security::Cryptography::Pkcs::Pkcs12SecretBag ^ AddSecret(System::Security::Cryptography::Oid ^ secretType, ReadOnlyMemory<System::Byte> secretValue);
public System.Security.Cryptography.Pkcs.Pkcs12SecretBag AddSecret (System.Security.Cryptography.Oid secretType, ReadOnlyMemory<byte> secretValue);
member this.AddSecret : System.Security.Cryptography.Oid * ReadOnlyMemory<byte> -> System.Security.Cryptography.Pkcs.Pkcs12SecretBag
Public Function AddSecret (secretType As Oid, secretValue As ReadOnlyMemory(Of Byte)) As Pkcs12SecretBag

매개 변수

secretType
Oid

비밀 값의 데이터 형식을 식별하는 OID(개체 식별자)입니다.

secretValue
ReadOnlyMemory<Byte>

추가할 비밀을 나타내는 BER로 인코딩된 값입니다.

반환

SafeContents에 추가된 모음 인스턴스입니다.

예외

secretType 매개 변수가 null인 경우

인스턴스는 읽기 전용입니다.

secretValue 매개 변수가 단일 ASN.1 BER로 인코딩된 값을 나타내지 않는 경우

적용 대상