SubscriptionListOperationsResponse.OperationCallerDetails.SubscriptionCertificateThumbprint Property
Gets or sets the thumbprint of the management certificate that was used to initiate the operation.
Namespace: Microsoft.WindowsAzure.Management.Models
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Syntax
public string SubscriptionCertificateThumbprint { get; set; }
public:
property String^ SubscriptionCertificateThumbprint {
String^ get();
void set(String^ value);
}
member SubscriptionCertificateThumbprint : string with get, set
Public Property SubscriptionCertificateThumbprint As String
Property Value
Type: System.String
The thumbprint.
See Also
SubscriptionListOperationsResponse.OperationCallerDetails Class
Microsoft.WindowsAzure.Management.Models Namespace
Return to top