DerivedKeyTokenManager.DefaultSignatureKeyLength Field
The default size in bits for digital signatures generating using the DerivedKeyToken security token. This field is constant.
Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As Integer
returnValue = DerivedKeyTokenManager.DefaultSignatureKeyLength
Syntax
'Declaration
Public Const DefaultSignatureKeyLength As Integer
public const int DefaultSignatureKeyLength;
public:
literal int DefaultSignatureKeyLength;
public static final int DefaultSignatureKeyLength;
public var DefaultSignatureKeyLength : int;
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
DerivedKeyTokenManager Class
DerivedKeyTokenManager Members
Microsoft.Web.Services3.Security.Tokens Namespace