Pkcs12Info 클래스

정의

PKCS#12 PFX 콘텐츠의 데이터를 나타냅니다. 이 클래스는 상속할 수 없습니다.

public ref class Pkcs12Info sealed
public sealed class Pkcs12Info
type Pkcs12Info = class
Public NotInheritable Class Pkcs12Info
상속
Pkcs12Info

속성

Name Description
AuthenticatedSafe

PFX AuthenticatedSafe에 있는 SafeContents 값의 읽기 전용 컬렉션을 가져옵니다.

IntegrityMode

콘텐츠에 제공된 AuthenticatedSafe 변조 방지 유형을 나타내는 값을 가져옵니다.

메서드

Name Description
Decode(ReadOnlyMemory<Byte>, Int32, Boolean)

제공된 데이터를 PKCS#12 PFX로 읽고 콘텐츠의 개체 뷰를 반환합니다.

VerifyMac(ReadOnlySpan<Char>)

로 표시되는 System.ReadOnlySpan{System.Char}암호를 사용하여 콘텐츠의 AuthenticatedSafe 무결성을 확인하려고 시도합니다.

VerifyMac(String)

로 표시되는 String암호를 사용하여 콘텐츠의 AuthenticatedSafe 무결성을 확인하려고 시도합니다.

적용 대상