ProtectedKey.GetKeyBytes 方法
定义
获取密钥材料。Gets the key material.
public:
cli::array <System::Byte> ^ GetKeyBytes();
public byte[] GetKeyBytes ();
member this.GetKeyBytes : unit -> byte[]
Public Function GetKeyBytes () As Byte()
返回
- Byte[]
包含密钥材料的 Byte 数组。An array of Byte that contains the key material.
适用于