RequestSecurityTokenResponse.KeyType Property
Gets or sets the type of key associated with the issued security token.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim requestSecurityTokenResponse1 As RequestSecurityTokenResponse
Dim returnValue As String
returnValue = requestSecurityTokenResponse1.KeyType
Dim sampleValue As String
requestSecurityTokenResponse1.KeyType = sampleValue
Syntax
'Declaration
Public Property KeyType() As String
public string KeyType {get; set;}
public:
property String^ KeyType {
String^ get();
void set(String^ value);
}
public System.String get_KeyType();
public void set_KeyType(System.String);
public function get KeyType() : String;
public function set KeyType(String);
Property Value
An XmlQualifiedName that represents the type of key.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | KeyType is set to null. |
Remarks
The WS-Trust specification specifies two predefined values: wsse:PublicKey and wsse:SymmetricKey . wsse:PublicKey represents an asymmetric key, and wsse:SymmetricKey represents a symmetric key.
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
RequestSecurityTokenResponse Class
RequestSecurityTokenResponse Members
Microsoft.Web.Services3.Security Namespace