C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.PROPRIETARYSERVERCERTIFICATE

The PROPRIETARYSERVERCERTIFICATE structure describes a signed certificate containing the server's public key and conforming to the structure of a Server Certificate. For a detailed description of Proprietary Certificates, see section .
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PublicKeyBlob RSA_PUBLIC_KEY
SignatureBlob byte[]
dwKeyAlgId dwKeyAlgId_Values
dwSigAlgId dwSigAlgId_Values
wPublicKeyBlobLen ushort
wPublicKeyBlobType wPublicKeyBlobType_Values
wSignatureBlobLen ushort
wSignatureBlobType wSignatureBlobType_Values

프로퍼티 상세

PublicKeyBlob 공개적으로 프로퍼티

Variable-length server public key bytes, formatted using the RSA Public Key structure. The length in bytes is given by the wPublicKeyBlobLen field.
public RSA_PUBLIC_KEY,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr PublicKeyBlob
리턴 RSA_PUBLIC_KEY

SignatureBlob 공개적으로 프로퍼티

Variable-length signature of the certificate created with the Terminal Services Signing Key (see sections and ). The length in bytes is given by the wSignatureBlobLen field.
public byte[] SignatureBlob
리턴 byte[]

dwKeyAlgId 공개적으로 프로퍼티

A 32-bit unsigned integer. The key algorithm identifier. This field MUST be set to KEY_EXCHANGE_ALG_RSA (0x00000001).
public dwKeyAlgId_Values dwKeyAlgId
리턴 dwKeyAlgId_Values

dwSigAlgId 공개적으로 프로퍼티

A 32-bit unsigned integer. The signature algorithm identifier. This field MUST be set to SIGNATURE_ALG_RSA (0x00000001).
public dwSigAlgId_Values dwSigAlgId
리턴 dwSigAlgId_Values

wPublicKeyBlobLen 공개적으로 프로퍼티

A 16-bit unsigned integer. The size in bytes of the PublicKeyBlob field.
public ushort wPublicKeyBlobLen
리턴 ushort

wPublicKeyBlobType 공개적으로 프로퍼티

A 16-bit unsigned integer. The type of data in the PublicKeyBlob field. This field MUST be set to BB_RSA_KEY_BLOB (0x0006).
public wPublicKeyBlobType_Values wPublicKeyBlobType
리턴 wPublicKeyBlobType_Values

wSignatureBlobLen 공개적으로 프로퍼티

A 16-bit unsigned integer. The size in bytes of the SignatureBlob field.
public ushort wSignatureBlobLen
리턴 ushort

wSignatureBlobType 공개적으로 프로퍼티

A 16-bit unsigned integer. The type of data in the SignatureBlob field. This field is set to BB_RSA_SIGNATURE_BLOB (0x0008).
public wSignatureBlobType_Values wSignatureBlobType
리턴 wSignatureBlobType_Values