EncryptingCredentials.Algorithm Property
Namespace: Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As EncryptingCredentials Dim value As String value = instance.Algorithm instance.Algorithm = value
Syntax
'Declaration
Public Property Algorithm As String
public string Algorithm { get; set; }
public:
property String^ Algorithm {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Algorithm ()
/** @property */
public void set_Algorithm (String value)
public function get Algorithm () : String
public function set Algorithm (value : String)
Threadsicherheit
Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Entwicklungsplattformen
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Siehe auch
Referenz
EncryptingCredentials Class
EncryptingCredentials Members
Microsoft.IdentityModel.SecurityTokenService Namespace