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

See Also

Reference

ClientRightsContainer Class

Microsoft.VisualStudio.Services.Licensing Namespace