ClientRightsContainer.CertificateBytes Property
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CertificateBytes As Byte()
[DataMemberAttribute]
public byte[] CertificateBytes { get; set; }
[DataMemberAttribute]
public:
property array<unsigned char>^ CertificateBytes {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
[<DataMemberAttribute>]
member CertificateBytes : byte[] with get, set
function get CertificateBytes () : byte[]
function set CertificateBytes (value : byte[])
Property Value
Type: array<System.Byte[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.