KeyIdentifier.EncodingType Property
Gets the key identifier's encoding.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim keyIdentifier1 As KeyIdentifier
Dim returnValue As String
returnValue = keyIdentifier1.EncodingType
Syntax
'Declaration
Public ReadOnly Property EncodingType() As String
public string EncodingType {get;}
public:
property String^ EncodingType {
String^ get();
}
public System.String get_EncodingType();
public function get EncodingType() : String;
Property Value
The key identifier's encoding.
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 XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
KeyIdentifier Class
KeyIdentifier Members
Microsoft.Web.Services3.Security Namespace