Share via


RequestSecurityTokenResponse.KeyType Property

Gets or sets the type of key associated with the issued security token.

Namespace: Microsoft.Web.Services2.Security
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.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^);
}
public System.String get_KeyType();
public void set_KeyType(System.String);
public function get KeyType() : String;
public function set KeyType(String);

Property Value

An System.Xml.XmlQualifiedName that represents the type of key.

Exceptions

Exception type Condition
System.ArgumentNullException

KeyTypeis 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 Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

RequestSecurityTokenResponse Class
Microsoft.Web.Services2.Security Namespace

Other Resources

RequestSecurityTokenResponse Members