Pkcs12SafeContents.AddSecret(Oid, ReadOnlyMemory<Byte>) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새로운 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로 인코딩된 값을 나타내지 않는 경우
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET