SecureData.SecureStorageId Property
Gets the ID as generated by the secure storage manager.
Namespace: Microsoft.EnterpriseManagement.Security
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As SecureData
Dim value As Byte()
value = instance.SecureStorageId
Syntax
'Declaration
Public ReadOnly Property SecureStorageId As Byte()
public byte[] SecureStorageId { get; }
public:
virtual property array<unsigned char>^ SecureStorageId {
array<unsigned char>^ get () sealed;
}
/** @property */
public final byte[] get_SecureStorageId ()
public final function get SecureStorageId () : byte[]
Property Value
Returns Byte.
The ID as generated by the secure storage manager.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
SecureData Class
SecureData Members
Microsoft.EnterpriseManagement.Security Namespace