다음을 통해 공유


DataProtectionSecurityStateEncoder.DecodeSecurityState(Byte[]) 메서드

정의

보안 상태를 디코딩합니다.

protected public:
 override cli::array <System::Byte> ^ DecodeSecurityState(cli::array <System::Byte> ^ data);
protected internal override byte[] DecodeSecurityState (byte[] data);
override this.DecodeSecurityState : byte[] -> byte[]
Protected Friend Overrides Function DecodeSecurityState (data As Byte()) As Byte()

매개 변수

data
Byte[]

인코딩된 보안 상태를 나타내는 byte 배열입니다.

반환

Byte[]

디코딩된 보안 상태를 나타내는 byte 배열입니다.

적용 대상