9 references to ProofKeyType
System.ServiceModel (9)
System\ServiceModel\Security\WSTrustChannel.cs (9)
551
internal static
ProofKeyType
GetKeyType(string keyType)
558
return
ProofKeyType
.Symmetric;
564
return
ProofKeyType
.Asymmetric;
570
return
ProofKeyType
.Bearer;
574
return
ProofKeyType
.Unknown;
682
ProofKeyType
requestKeyType = GetKeyType(request.KeyType);
685
case
ProofKeyType
.Asymmetric:
688
case
ProofKeyType
.Symmetric:
709
case
ProofKeyType
.Bearer: